type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToInt64

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		int.go#L252: 			return scanPlanTextAnyToInt64{}
		int.go#L815: 			return scanPlanTextAnyToInt64{}
		int.go#L1389: 			return scanPlanTextAnyToInt64{}
		int.go#L1883: type scanPlanTextAnyToInt64 struct{}
		int.go#L1885: func (scanPlanTextAnyToInt64) Scan(src []byte, dst any) error {